Static Variables

The following static variables are available globally.

  • Cache of regular expressions created.

    Declaration

    Swift

    fileprivate static var regexCache: [String : NSRegularExpression]